home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 October
/
CHIP Turkiye Ekim 2000.iso
/
prog
/
demo
/
MATH
/
_SETUP.1
/
DATAPUMP.EXE
/
RCDATA
/
TOVERWRITEDLG
/
TOVERWRITEDLG.txt
Wrap
Text File
|
1998-06-09
|
953b
|
53 lines
object OverWriteDlg: TOverWriteDlg
Left = 268
Top = 252
ActiveControl = Button1
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Data Pump'
ClientHeight = 73
ClientWidth = 275
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnActivate = FormActivate
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 16
Top = 12
Width = 3
Height = 13
end
object Button1: TButton
Left = 16
Top = 40
Width = 75
Height = 25
Caption = '&Overwrite'
Default = True
ModalResult = 1
TabOrder = 0
end
object Button2: TButton
Left = 100
Top = 40
Width = 75
Height = 25
Caption = '&Append'
ModalResult = 5
TabOrder = 1
end
object Button3: TButton
Left = 184
Top = 40
Width = 75
Height = 25
Caption = '&Cancel'
ModalResult = 2
TabOrder = 2
end
end